home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-05 | 566 b | 28 lines | [TEXT/PJMM] |
- {****************************************************}
- {}
- { BD.p }
- {}
- { Main file for BD. }
- {}
- { Copyright © 1996 by Patrick C Hew. All rights reserved. }
- {}
- {****************************************************}
-
-
- program BD;
-
- { Turn off automatic initialization }
- {$I-}
-
- uses
- TCL, BDIntf;
-
- begin { BD }
- (* if your program needs extra stack space, call *)
- (* SetMinimumStack here *)
-
- new(CBDApp(gApplication));
- CBDApp(gApplication).IBDApp;
- gApplication.Run;
- gApplication.ExitApp;
- end. { BD }